projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f49ed
)
Drop an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Nov 2017 04:27:00 +0000
(23:27 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Nov 2017 04:27:14 +0000
(23:27 -0500)
These are no longer used.
gdk/gdk.c
patch
|
blob
|
history
diff --git
a/gdk/gdk.c
b/gdk/gdk.c
index 877046cd99a07a88bec754d115a85fbc210968c9..2fa861cbd2a9800c4f3a93411701dbf4fe9fbcee 100644
(file)
--- a/
gdk/gdk.c
+++ b/
gdk/gdk.c
@@
-131,9
+131,6
@@
static int gdk_initialized = 0; /* 1 if the library is initi
* 0 otherwise.
*/
-static gchar *gdk_progclass = NULL;
-static gboolean gdk_progclass_overridden;
-
static GMutex gdk_threads_mutex;
static GCallback gdk_threads_lock = NULL;